home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000383_news@columbia.edu _Mon Dec 30 09:41:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id JAA01746 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 30 Dec 1996 09:41:15 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id JAA13159 for kermit.misc@watsun; Mon, 30 Dec 1996 09:41:15 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Problem doing Zmodem thru Kermit telnet.
  8. Date: 30 Dec 1996 14:40:13 GMT
  9. Organization: Columbia University
  10. Lines: 18
  11. Message-ID: <5a8k8d$f58$1@apakabar.cc.columbia.edu>
  12. References: <5a8gkf$bn3@i386.jordan.org>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:6339
  15.  
  16. In article <5a8gkf$bn3@i386.jordan.org>,
  17. Mark J. Jordan <mjordan@mail.com> wrote:
  18. : Keep getting the above error message when attempting to download file
  19. : using external zmodem protocol program, rz, thru a telnet / tcp/ip
  20. : connection. I'm using the ckurzsz.ini macros from ckermit for linux
  21. : V5a.190-2. Error doesn't occur for text files, but does for binary/zip
  22. : files. Error also doesn't occur when doing same xfr thru dialup
  23. : connection vs. telnet.
  24. : Any one have any ideas? Is telnet not able to accommodate such a file
  25. : xfr?
  26. In general, Zmodem, unlike Kermit, demands a fully transparent 8-bit
  27. connection.  Telnet does not provide such a connection.  If your version of
  28. sz/rz has command-line switches for prefixing ("escaping") dangerous
  29. characters (such as 0xFF and 0x0D), use them.
  30.  
  31. - Frank